public class WriteAccessLogResponse extends Object
Classe Java per writeAccessLogResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="writeAccessLogResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accessLogID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0" form="qualified"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
accessLogID |
| Constructor and Description |
|---|
WriteAccessLogResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAccessLogID()
Recupera il valore della proprietà accessLogID.
|
void |
setAccessLogID(Integer value)
Imposta il valore della proprietà accessLogID.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Integer accessLogID
Copyright © 2024. All rights reserved.